feat: Add support for multiple accounts#21
feat: Add support for multiple accounts#21google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
This commit introduces support for multiple GitHub accounts. Key changes: - Refactored the application state to manage a list of accounts instead of a single user. - Implemented an account switcher UI in the dashboard to allow users to switch between accounts, add new accounts, and log out. - Updated the login flow to support adding new accounts. - Ensured that user-specific data, such as pinned repositories and API caches, is stored on a per-account basis.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
🚀 Netlify DeploymentDeploy URL: https://694a63f9404f6e1525bc2025--my-test-site3.netlify.app Branch: |
This change introduces support for multiple GitHub accounts. Users can now add multiple accounts, switch between them, and perform all actions on a per-account basis. The application state has been refactored to manage a list of accounts, and the UI has been updated to include an account switcher in the dashboard.
Fixes #19
PR created automatically by Jules for task 17168936608671993924 started by @friuns